/* =================  default websplanet CSS =============== */
.languages {}
.headerimage {}
.slogan {}
.logo {
  font-size: 1.4em;
  margin: 0px auto;
  padding: 0;
  padding: 16px 0px;
  text-decoration: none;
  width: 260px;
}

.skinBg {}
.skinAlign {}
.footerText {}
.footerLinks {}
.titles {}

.astrix {}
.form_field_text {}
.text_field {}
.text_field_big {}

.buttons {
    border-width: 1px;
    padding:6px 24px;
}
.buttons:active {
    position:relative;
    top:1px;
    box-shadow:none;
}
.search_button {}
.search_field {}
.search_text {}
.search_result_highlight {}

.login_field {}


/* Modules */

.module-wrapper {}
.module-title {}
.module-content {}

/* Widgets */

.widget-wrapper {margin:7px;}
.widget-title {}
.widget-body {}

/* picture+text widget */
.image_wrapper.free-image-left{
    margin-right: 5px;
}
.image_wrapper.free-image-right{
    margin-left: 5px;
}

/* Default font size values */
.widget-body .freetextarea font[size="1"] {font-size:xx-small}
.widget-body .freetextarea font[size="2"] {font-size:x-small}
.widget-body .freetextarea font[size="3"] {font-size:small}
.widget-body .freetextarea font[size="4"] {font-size:medium}
.widget-body .freetextarea font[size="5"] {font-size:large}
.widget-body .freetextarea font[size="6"] {font-size:x-large}
.widget-body .freetextarea font[size="7"] {font-size:xx-large}

/* margin on jobs/FAQ/ pages */
#jobs-module {
    margin-left: 30px;
    width: auto !important;
}


/*------------widget popup default (google map/gallery/contactus on mobile version) ---------*/
.widget-popup{
    overflow:hidden; 
    top:0px; 
    left:0px;
    position:absolute; 
    width:100%;                       
    z-index:1000;
}
.widget-popup-control-bar{
    overflow:hidden; 
    position:fixed; 
    top:0px; 
    left:0px;
    width:100%;
    height:50px;
}
.widget-popup-content{
    display:inherit;
    overflow:hidden; 
    position:absolute; 
    top:30px; 
    left:0px;
    width:100%;
    height:420px;
    display:inherit;
}
.widget-popup-control-bar #close_map{
  text-align:center;
  font-weight:bold;
  font-size:1em;
  line-height:50px;
}
.widget-button{
    width:100%; 
    height:30px; 
    text-align:center; 
    padding-top:10px;  
    z-index:1001;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
div.widget-button:hover{cursor:pointer;}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .widget-popup{
        height: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .widget-popup{
    height: 480px;
    }
}

/* =================  click to action button =============== */

#fixed_mobile_action{display:none;}
.tab {
    height: 42px;
    position: relative;
    top: 0;
    z-index: 99999;
}

.tab ul.mobile_action {
    display: block;
    clear: right;
    height: 42px;
    width: 203px;
    font-weight: bold;
    line-height: 42px;
    margin: 0 auto;
    color: white;
    font-size: 80%;
    text-align: center;
}

.tab ul.mobile_action li.left {
    height: 42px;
    width: 30px;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}

.tab ul.mobile_action li.right {
    height: 42px;
    width: 30px;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}
.tab ul.mobile_action li {
    text-align: left;
    padding: 0 6px;
    display: block;
    float: left;
    height: 42px;
    margin-bottom:0;
}

.tab label.open, .tab label.close {
    height: 20px;
    line-height: 20px !important;
    padding-left: 30px !important;
    cursor: pointer;
    display: block;
    width: 100px;
    position: relative;
    top: 11px;
}

/* sliding panel */
#toppanel {
    /*position: absolute;  Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    width: 100%;
    z-index: 99999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.ios4{position: absolute;bottom:0;}
.ios5{position: fixed;bottom:0;}
#panel {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
    z-index: 99995;
    display: none;
}

#panel p {
    margin: 5px 0;
    padding: 0;
}

#panel a {
    text-decoration: none;
}

#panel .panel-content {
    padding-top: 15px;
    text-align: left;
    font-size: 0.85em;
}
.icon{
    margin:20px auto;
    width:250px;
    clear:both;
    font-size: 1.5em;
    height: 50px;
    font-weight: bold;

}
.icon a{
    display: block;
    padding-left: 55px;
    line-height: 50px
}

@media only screen and (max-width: 767px){
    #fixed_mobile_action{display:block;}
}


/* =================  end click to action button =============== */

/* =================  templates grid elements =============== */

.headerimage img{
    width: 100%;
    margin-top: 10px;
}
 
.footer{
margin-bottom:0px;
padding-bottom:20px;
}

.footer li{
float:left;
}
.mirrormenu{float: right;margin-top: 20px;margin-right: 10px}
/* ================= media queries =============== */

@media only screen and (max-width: 767px) {

    .footer .mirrormenu {
    display:none;
    }
        
    .headerimage img{
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .headerimage img{
        width: 100%;
    }
    .vertical{
        clear:both !important;
        float:none !important;
        width:100% !important;
    }
    .vertical .freetext-image {
    width: 100% !important;
   }
}


h3 {
font-size: 21px;
line-height: 30px;
margin-bottom: 4px;
font-family: 'Raleway', sans-serif;
color: #2350a4;
}

h1, h2, h4, h5 {
font-family: 'Raleway', sans-serif;
color: #2350a4;
}


#content {
margin-top: 40px;
}

.text-homme {
background: #090909;
border-bottom: 1px solid #000000;
clear: both;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 30px;
font-size: 18px;
line-height: 20px;
margin-bottom: 4px;
font-family: Arial;
color: #FFFFFF;
text-shadow: 1px 1px 1px #000;
}

.text-homme-inner {
position: relative;
width: 960px;
margin: 0 auto;
padding: 0;
max-width: 100%;
}

.text-homme2 {
line-height: 25px;
font-family: 'Yeseva One', cursive;
margin-bottom: 30px;
color: #5A5A5A;
}

hr {
border: solid #CF4D4D;
border-width: 1px 0 0;
clear: both;
height: 0;
margin-top: 30px;
}

/* Base plugin styles slider------------------- */

/*SHRINK*/
.pic {
  border: 6px solid rgb(47, 76, 136); 
  float: left;
  height: 280px;
  width: 280px;
  margin: 0px;
  overflow: hidden;
   
-webkit-box-shadow: 5px 5px 5px rgba(17, 17, 17, 0.15);
box-shadow: 5px 5px 5px rgba(17, 17, 17, 0.12);
}

.shrink img {
  height: 380px;
  width: 380px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.shrink img:hover {
  width: 300px;
  height: 300px;
}

body{
background: #FFF;
color: #333;
}

/*SLIDER*/

.contact {
margin-top: -60px;
z-index: 17;
position: relative;
text-align: center;
font-family: tahoma;
color: #FFF;
background-color: #161616;
line-height: 30px;
line-height: 2em;
margin-bottom: 40px;
}

.iview-caption.caption1 {
opacity: 1;
top: 300px;
left: 0px;
height: 100px;
width: 940px;
}

.iview-caption {
/* background: rgba(0, 0, 0, 0.39); */
color: #FFF;
border-radius: 0px;
padding: 10px 15px;
font-family: 'Raleway', sans-serif;
font-weight: bolder;
font-style: italic;
font-size: 2.5em;
line-height: 2em;
text-shadow: #000 1px 1px 0px;
}

.iview-caption {
position: absolute;
z-index: 4;
overflow: hidden;
cursor: default;
}

.sk-container {
width: 940px !important;
max-width: 100%
}

.homme1{
padding: 10px;
background: #D7E0FF;
border: 1px solid #B5B8C4;
color: #1F2F61;
font-weight: bolder;
}

ul, ol {
margin-bottom: 0px !important;
}

.prueba {
background: #383838;
border-bottom: 1px solid #222222;
padding: 10px 0;
margin-top: 0px;
padding: 0px 0px;
}

.nav .before {
visibility: hidden;
}

.nav .before:after {
content: "Navegación";
visibility: visible;
position: absolute;
left: 0;
text-align: center;
width: 100%;
}

.image{
opacity: 1;
filter: alpha(opacity=100);
}

.image:hover{
opacity: 0.3;
filter: alpha(opacity=30);
}

.box-text{
background: #0F0F0F;
padding: 5px;
margin-top: -7px;
}


.circular-image img {
width: 227px;
height: 227px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border: 4px solid #F3F3F3;
}

.circular-image img{
opacity: 1;
filter: alpha(opacity=100);
}

.circular-image img:hover{
opacity: 0.6;
filter: alpha(opacity=30);
}

hr {
border: solid #ddd;
border-width: 1px 0 0;
clear: both;
margin: 10px 0 0px !important;
height: 0;
}
/*menu.css. created from /templates/menus/m_1/1a/1a8/13207//ltr/menu.css*/

/*------ menu-------------*/
.top-menu {
  margin-bottom: 24px;
  margin-top: 0px;
text-align: center;
padding: 10px 0px;

}
.page .top-menu {
  margin-bottom: 0px;
}


/* default color skin */

.wp-menu a{
	display:block;
	text-decoration: none;

}



/* #Media Queries
================================================== */

	/* Smaller than standard 480 (devices and browsers) */
	@media only screen and (min-width: 768px) {
	.nav .before{
		display: none;
	}
	ul{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.wp-menu li a{
display: inline;
color: #FFF;
text-decoration: none;
padding: 0 12px;
width: 103px;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
text-transform: uppercase;
		/*padding-top: 40px;
		background: url('/templates/menus/m_5/55/555/239/assets/menu.png') no-repeat;
		font-weight: bold;*/
	}
	.wp-menu ul{
		display: none;
	}
	.wp-menu{
		display: block !important;
		position: relative;
	}
	.wp-menu li{
		list-style: none;
		display: inline;
		position: relative;
		text-align: center;
		border-right: 1px solid rgba(255, 255, 255, 0.11);
		padding: 12px;
	}
	.wp-menu ul {
		position: absolute;
		width: 10em;
	}
	.wp-menu ul li{
		display: block;
		text-align: left;
		margin-bottom: 0;
	}
	.wp-menu  li:hover>ul{
		display: block !important;
		
	}
	.wp-menu  li li:hover ul{
		left:10em;
		top:0;
	}
	.wp-menu .wp-sub{
		float: right;
		display:block;

	}
	.wp-menu li>a{
		border-bottom: 1px solid transparent;
		padding-bottom: 2px;

	}
	.wp-menu li:hover>a{
		color: #FFF;
	}
	.wp-menu ul{
		background: #ffffff;
		z-index: 1000;
		margin:0px;
		min-width: 200px;
		left: -50px;
	}

	.wp-menu ul li a{
		text-align: center;
		line-height: 30px;
		display: inline-block;
		border-bottom: 1px dashed #ccc;
		width: 100%;
		background: none;
		padding-top: 0;
	}
	.wp-menu ul li a:hover{
		background: #3EA8F4;
		color: #ffffff;
	}	

	/*.wp-menu li.lb_294 a{
	background-position: 6px 0 ;
	}

	.wp-menu li.lb_294:hover a{
		background-position: 6px -69px ;
	}

	.wp-menu li.lb_309 a{
		background-position: -89px 0 ;
	}

	.wp-menu li.lb_309:hover a{
		background-position: -89px -69px ;
	}

	.wp-menu li.lb_310 a{
		background-position: -196px 0 ;
	}

	.wp-menu li.lb_311:hover a{
		background-position: -196px -69px ;
	}

	.wp-menu li.lb_312 a{
		background-position: -304px 0 ;
	}

	.wp-menu li.lb_312:hover a{
		background-position: -304px -69px ;
	}

	.wp-menu li.lb_313 a{
		background-position: -412px 0 ;
	}

	.wp-menu li.lb_313:hover a{
		background-position: -412px -69px ;
	}

	.wp-menu li.lb_314 a{
		background-position: -516px 0 ;
	}

	.wp-menu li.lb_314:hover a{
		background-position: -516px -69px ;
	}

	.wp-menu li.lb_315 a{
		background-position: -622px 6px ;
		position: relative;
		top: 12px;
	}

	.wp-menu li.lb_315:hover a{
		background-position: -622px -63px ;
	}*/

}


	/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
	@media only screen and (min-width:480px) and (max-width: 767px) {
		.wp-menu{
			text-align: center;
		}
		.wp-menu li.parent>a:after,.wp-menu.rtl li.parent>a:after {
		display: inline-block;
		float: none;
		}
		.wp-menu li a{width: 101px;}
		.wp-menu li.last a{width: 103px;}
		.wp-menu li li.last a{width:100%;}
	} */

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 767px) {
		.top-menu{float: none;}
		.nav .before{
			display: block;
			height: 40px;
			background: #none;
			color: #FFFFFF;
			text-align: center;
			line-height: 40px;
			cursor: pointer;
			
		}

		.nav ul{
			display: none;
			width: 100%;
			margin: 0;
			padding: 0;
		}
		
		.wp-menu{
			display: block;
		}
		.wp-menu li{
			display: block;
			text-align: left;
			margin-bottom: 0;
		}
		.wp-menu a{
			line-height: 4em;
			border-bottom: 1px dashed #ccc;
			color:  #333333;
			padding-left: 10px;
		}
		.wp-menu li a:hover{
			color: #fff;
			background: #A20101;	
		}
			

		.wp-menu span.wp-sub  {
			display: block;
			background: none repeat scroll 0 0 #3EA8F4;
			color: #FFFFFF;
		    font-weight: bold;
		    border-bottom: #ccc 1px dashed;
			float: right;
			width:60px;
			line-height: 4em;
			text-align: center;
			cursor: pointer;
			
		}
		.wp-menu .wp-sub:before{
			content: "+";
			display: block;
			text-align: center;
		}
		.isOpen>span.wp-sub:before{
			content: "-";
			display: block;
			text-align: center;
		}
		.wp-menu li li a:before {
		  content: "? ";
		  display: inline-block;
		  font-size: 1.4em;
		  line-height: 1em;
		  margin-right: 5px;
		}
		.wp-menu li li a{
			padding: 0 20px;
		}
		.wp-menu li li li a{
			padding: 0 30px;
		}
		.wp-menu.rtl li{
			text-align: right;
		}
		.parent>a{
			width: 77%;
			
		}
		.parent2>a{
			width: 66%;
			
		}
		
}



/*--------- end menu----*/

